Progress Bar Maker (without Text)
(14 actions, 11 KB)
0 Get Dictionary from
[Shortcut Input]
ใยป
3
8
1 Comment
Proportional Scaling โโโโโโโโโโโโโโ A proportion represents two equal ratios, written as a/b = c/d or a:b = c:d
2 Number
27
ใโ threshold
ใยป
3
8
3 Calculate Expression
ceil((
[0 Dictionary
.current
]
*
[2 threshold]
) /
[0 Dictionary
.total
]
)
ใโ current
ใยป
4 Repeat
[3 current]
Times
5 Text
๐ข
6 End Repeat Times
ใโ currernt
ใยป
7 Combine Text
[6 currernt]
with
Custom
ใโ current
ใยป
13
8 Calculate Expression
ceil(((
[0 Dictionary
.total
]
-
[0 Dictionary
.current
]
) *
[2 threshold]
) /
[0 Dictionary
.total
]
)
ใโ left
ใยป
9 Repeat
[8 left]
Times
10 Text
๐ฃ
11 End Repeat Times
ใโ left
ใยป
12 Combine Text
[11 left]
with
Custom
ใโ left
ใยป
13 Stop and Output
[7 current]
[12 left]